Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

[No Jira] Update some dependencies#662

Merged
Shaun Donnelly (shaundon) merged 3 commits intomasterfrom
no-jira-update-deps
Sep 4, 2020
Merged

[No Jira] Update some dependencies#662
Shaun Donnelly (shaundon) merged 3 commits intomasterfrom
no-jira-update-deps

Conversation

@shaundon
Copy link
Copy Markdown
Contributor

No description provided.


jest.mock('../../helpers/google-analytics-helper', () => ({
...require.requireActual('../../helpers/google-analytics-helper'),
...jest.requireActual('../../helpers/google-analytics-helper'),
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


jest.mock('../helpers/google-analytics-helper', () => ({
...require.requireActual('../helpers/google-analytics-helper'),
...jest.requireActual('../helpers/google-analytics-helper'),
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

}));

const ga = require.requireMock('../helpers/google-analytics-helper');
const ga = jest.requireMock('../helpers/google-analytics-helper');
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@backpackbot
Copy link
Copy Markdown

Backpack Bot (backpackbot) commented Sep 3, 2020

Warnings
⚠️

package-lock.json was updated. Ensure that this was intentional.

Generated by 🚫 dangerJS against d9dedca

@shaundon Shaun Donnelly (shaundon) merged commit 10e6181 into master Sep 4, 2020
@shaundon Shaun Donnelly (shaundon) deleted the no-jira-update-deps branch September 4, 2020 08:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants